 | OAuthServiceBehaviorCreateTokenResponse Method |
Create a token response.
Namespace: SanteDB.Rest.OAuth.RestAssembly: SanteDB.Rest.OAuth (in SanteDB.Rest.OAuth.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxprotected OAuthTokenResponse CreateTokenResponse(
OAuthTokenRequestContext context
)
Protected Function CreateTokenResponse (
context As OAuthTokenRequestContext
) As OAuthTokenResponse
protected:
OAuthTokenResponse^ CreateTokenResponse(
OAuthTokenRequestContext^ context
)
member CreateTokenResponse :
context : OAuthTokenRequestContext -> OAuthTokenResponse Parameters
- context OAuthTokenRequestContext
- The OAuthRequestContextBase that is used to create the response.
Return Value
OAuthTokenResponseA completed response that can be provided to the caller.
See Also