Uses of Class
com.nimbusds.oauth2.sdk.rar.Location
-
Packages that use Location Package Description com.nimbusds.oauth2.sdk.rar OAuth 2.0 Rich Authorization Request (RAR) classes. -
-
Uses of Location in com.nimbusds.oauth2.sdk.rar
Methods in com.nimbusds.oauth2.sdk.rar that return types with arguments of type Location Modifier and Type Method Description List<Location>AuthorizationDetail. getLocations()Returns the locations.Method parameters in com.nimbusds.oauth2.sdk.rar with type arguments of type Location Modifier and Type Method Description AuthorizationDetail.BuilderAuthorizationDetail.Builder. locations(List<Location> locations)Sets the locations.
-