| Package | Description | 
|---|---|
| io.vertx.rxjava3.ext.auth.oauth2.authorization | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<ScopeAuthorization> | 
ScopeAuthorization.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static ScopeAuthorization | 
ScopeAuthorization.create()
Factory method to create a Authorization provider for Oauth 2.0 scopes using the default separator  
" ". | 
static ScopeAuthorization | 
ScopeAuthorization.create(String scopeSeparator)
Factory method to create a Authorization provider for Oauth 2.0 scopes. 
 | 
static ScopeAuthorization | 
ScopeAuthorization.create(String scopeSeparator,
      String claimKey)
Factory method to create a Authorization provider for OpenID Connect scopes. 
 | 
static ScopeAuthorization | 
ScopeAuthorization.newInstance(ScopeAuthorization arg)  | 
Copyright © 2023 Eclipse. All rights reserved.