method

App.AuthenticateExternal

func (application *App) AuthenticateExternal( ctx context.Context, headers map[string][]string, ) (store.Document, error)

Run configured request strategies and return the recognized actor.

Source core/auth.go:738

@param ctx
The ctx value.
@param headers
The headers value.
@returns
The declared result.

Use AuthenticateExternalIdentity when the exact auth collection is required.

Related types

  • App

    A resolved application bound to operation services.

  • Document

    A stored document with status and version metadata.