authentication

package
v0.20241118.1115603 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthenticationClient

type AuthenticationClient struct {
	Client *msgraph.Client
}

func NewAuthenticationClientWithBaseURI

func NewAuthenticationClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationClient, error)

func (AuthenticationClient) DeleteAuthentication

DeleteAuthentication - Delete navigation property authentication for users

func (AuthenticationClient) GetAuthentication

GetAuthentication - Get authentication from users. The authentication methods that are supported for the user.

func (AuthenticationClient) UpdateAuthentication

UpdateAuthentication - Update the navigation property authentication in users

type DeleteAuthenticationOperationOptions

type DeleteAuthenticationOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteAuthenticationOperationOptions

func DefaultDeleteAuthenticationOperationOptions() DeleteAuthenticationOperationOptions

func (DeleteAuthenticationOperationOptions) ToHeaders

func (DeleteAuthenticationOperationOptions) ToOData

func (DeleteAuthenticationOperationOptions) ToQuery

type DeleteAuthenticationOperationResponse

type DeleteAuthenticationOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetAuthenticationOperationOptions

type GetAuthenticationOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetAuthenticationOperationOptions

func DefaultGetAuthenticationOperationOptions() GetAuthenticationOperationOptions

func (GetAuthenticationOperationOptions) ToHeaders

func (GetAuthenticationOperationOptions) ToOData

func (GetAuthenticationOperationOptions) ToQuery

type GetAuthenticationOperationResponse

type GetAuthenticationOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.Authentication
}

type UpdateAuthenticationOperationOptions

type UpdateAuthenticationOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateAuthenticationOperationOptions

func DefaultUpdateAuthenticationOperationOptions() UpdateAuthenticationOperationOptions

func (UpdateAuthenticationOperationOptions) ToHeaders

func (UpdateAuthenticationOperationOptions) ToOData

func (UpdateAuthenticationOperationOptions) ToQuery

type UpdateAuthenticationOperationResponse

type UpdateAuthenticationOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL