| 3124 | } |
| 3125 | |
| 3126 | type frontendAuthProviderFunc struct { |
| 3127 | identifier string |
| 3128 | authenticate func(context.Context, pluginapi.FrontendAuthRequest) (pluginapi.FrontendAuthResponse, error) |
| 3129 | } |
| 3130 | |
| 3131 | func (f frontendAuthProviderFunc) Identifier() string { |
| 3132 | return f.identifier |
nothing calls this directly
no outgoing calls
no test coverage detected