Uses of Class
com.authlete.common.dto.DynamicScope
-
Packages that use DynamicScope Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of DynamicScope in com.authlete.common.dto
Methods in com.authlete.common.dto that return DynamicScope Modifier and Type Method Description DynamicScope[]
AuthorizationResponse. getDynamicScopes()
Get the dynamic scopes which the client application requested by thescope
request parameter.DynamicScope[]
BackchannelAuthenticationResponse. getDynamicScopes()
Get the dynamic scopes which the client application requested by thescope
request parameter.DynamicScope[]
DeviceAuthorizationResponse. getDynamicScopes()
Get the dynamic scopes which the client application requested by thescope
request parameter.DynamicScope[]
DeviceVerificationResponse. getDynamicScopes()
Get the dynamic scopes which the client application requested by thescope
request parameter.DynamicScope
DynamicScope. setName(String name)
Set the scope name.DynamicScope
DynamicScope. setValue(String value)
Set the scope value.Methods in com.authlete.common.dto with parameters of type DynamicScope Modifier and Type Method Description int
DynamicScope. compareTo(DynamicScope other)
void
AuthorizationResponse. setDynamicScopes(DynamicScope[] dynamicScopes)
Set the dynamic scopes which the client application requested by thescope
request parameter.BackchannelAuthenticationResponse
BackchannelAuthenticationResponse. setDynamicScopes(DynamicScope[] dynamicScopes)
Set the dynamic scopes which the client application requested by thescope
request parameter.DeviceAuthorizationResponse
DeviceAuthorizationResponse. setDynamicScopes(DynamicScope[] dynamicScopes)
Set the dynamic scopes which the client application requested by thescope
request parameter.DeviceVerificationResponse
DeviceVerificationResponse. setDynamicScopes(DynamicScope[] dynamicScopes)
Set the dynamic scopes which the client application requested by thescope
request parameter.
-