Share via


GoogleOAuth2AuthenticationOptions.StateDataFormat Property

 

Gets or sets the type used to secure data handled by the middleware.

Namespace:   Microsoft.Owin.Security.Google
Assembly:  Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)

Syntax

public ISecureDataFormat<AuthenticationProperties> StateDataFormat { get; set; }

Property Value

Type: Microsoft.Owin.Security.ISecureDataFormat<AuthenticationProperties>

Returns ISecureDataFormat<TData>.

See Also

GoogleOAuth2AuthenticationOptions Class
Microsoft.Owin.Security.Google Namespace

Return to top