SoAuthorizationClient class

Inheritance

Constructors

SoAuthorizationClient(SoSessionManager sessionManager)

Properties

baseUrl String
getter/setter pairinherited
clientId String?
no setterinherited
clientSecret String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
host String
getter/setter pairinherited
path String
getter/setter pairinherited
port int
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String
getter/setter pairinherited
sessionManager ↔ SoSessionManager
getter/setter pairinherited

Methods

checkAndGetBody(Response response) Map<String, dynamic>?
inherited
delete(String path, {Map<String, dynamic>? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) Future<Map<String, dynamic>?>
inherited
deleteAuthorization(String? category, int? personId) Future<void>
deleteAuthorizationPerson(int? personId) Future<void>
deleteAuthorizationRelation(String? category, int? personId, int? relation) Future<void>
deleteAuthorizationSession() Future<void>
get(String path, {Map<String, dynamic>? parameters, bool? exemptClient, bool? requireAuthorization}) Future<Map<String, dynamic>?>
inherited
getAuthorization(String? category, int? personId) Future<AuthorizationDto?>
getAuthorizationPerson(int? personId) Future<AuthorizationPersonDto?>
headers({String? contentType, bool? exemptClient, bool? requireAuthorization}) Map<String, String>
inherited
introspectAuthorizationSession(AuthorizationSessionIdDto? authorizationSessionIdDto) Future<AuthorizationSessionIntrospectResultDto?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onResponse(Response response) bool
inherited
patch(String path, {Map<String, dynamic>? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) Future<Map<String, dynamic>?>
inherited
post(String path, {Map<String, dynamic>? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) Future<Map<String, dynamic>?>
inherited
put(String path, {Map<String, dynamic>? parameters, Dto? body, bool? exemptClient, bool? requireAuthorization}) Future<Map<String, dynamic>?>
inherited
registerAuthorization(String? category, int? personId) Future<void>
registerAuthorizationPerson(int? personId, AuthorizationPersonRegisterDto? authorizationPersonRegisterDto) Future<void>
registerAuthorizationRelation(String? category, int? personId, int? relation) Future<void>
registerAuthorizationSession(String? category, AuthorizationSessionRegisterDto? authorizationSessionRegisterDto) Future<AuthorizationSessionIntrospectResultDto?>
toString() String
A string representation of this object.
inherited
updateAuthorizationPerson(int? personId, AuthorizationPersonRegisterDto? authorizationPersonRegisterDto) Future<void>
uri(String path, {Map<String, dynamic>? parameters}) Uri
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited