public class AuthorizationScopeBuilder extends Object
| 构造器和说明 |
|---|
AuthorizationScopeBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
AuthorizationScope |
build() |
AuthorizationScopeBuilder |
description(String description)
Updates the description of the scope
|
AuthorizationScopeBuilder |
scope(String scope)
Updates the scope
|
public AuthorizationScopeBuilder scope(String scope)
scope - - scope for the authorizationpublic AuthorizationScopeBuilder description(String description)
description - - describes what this scope representspublic AuthorizationScope build()
Copyright © 2023. All rights reserved.